New Super Mario Galaxy Trailer Teases Yoshi as the Star

New Super Mario Galaxy Trailer Teases Yoshi as the Star
source: gettyimages
February 4, 2026

A fresh trailer for the upcoming Super Mario Galaxy movie offers fans their first look at Yoshi in action. The clip also nods to familiar Mario elements—Mario and Luigi wielding fire flowers—and even a cameo from Birdo from Super Mario Bros. 2. But Yoshi quickly steals the spotlight, looking extra adorable as the clear star of the reveal.

! [Yoshi character](/yoshi.jpg) ! [Birdo from Super Mario Bros 2](/birdo.jpg) ! [Fire Flower power-up](/fire-flower.jpg)

The film, titled Super Mario Galaxy, is slated to hit theaters on April 1. The teaser leans into the franchise’s whimsy and vivid color, while emphasizing Yoshi’s charm as a cinematic centerpiece. Fans are buzzing about how the game’s upbeat energy might translate to the big screen.

Reported by Terrence O'Brien

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 275 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6645504,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}