Unverified Commit c244640b authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.flycast: 0-unstable-2026-03-20 -> 0-unstable-2026-04-07 (#507721)

parents e3af179d 91bf39a7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
mkLibretroCore {
  core = "flycast";
  version = "0-unstable-2026-03-20";
  version = "0-unstable-2026-04-07";

  src = fetchFromGitHub {
    owner = "flyinghead";
    repo = "flycast";
    rev = "05b270f05cecfcd675bb0530cf18d0a9b81269a1";
    hash = "sha256-sXoxuDiMnArXxYtIKmU6LBQ1r8KpEr/0hHliLN3KQWw=";
    rev = "ad03e10c16a70b289f29bb10112857961125b4e6";
    hash = "sha256-XSCI+94PXJXnU6/6lqA+1p05A3p2r8W0XPwbaDPSsaM=";
    fetchSubmodules = true;
  };