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

libretro.flycast: 0-unstable-2025-09-12 -> 0-unstable-2025-09-19 (#446179)

parents b69e0fb9 61280906
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
mkLibretroCore {
  core = "flycast";
  version = "0-unstable-2025-09-12";
  version = "0-unstable-2025-09-19";

  src = fetchFromGitHub {
    owner = "flyinghead";
    repo = "flycast";
    rev = "ac32a8035243951803d8a8e9f45ad2317a2da91f";
    hash = "sha256-JyC804cArKvrBYvChD1zUmzUAxQZyBvYswpuA9COvF8=";
    rev = "851dd226648c3e2706cef99a02a5cddad3e2f4b1";
    hash = "sha256-bBIHmKViwC5+8bM3Tdb4DKxsWw988nGVdAwSHsFciNE=";
    fetchSubmodules = true;
  };