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

libretro.flycast: 0-unstable-2025-10-18 -> 0-unstable-2025-11-15 (#455384)

parents 155fbcaf 3252d8cc
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-10-18";
  version = "0-unstable-2025-11-15";

  src = fetchFromGitHub {
    owner = "flyinghead";
    repo = "flycast";
    rev = "5d628f8167947bc8a2a7608d52e4ff8b71b9ef34";
    hash = "sha256-QKUAVJsJL1Ff8KNz6lpMU/IZNb1I09++AqqccIBdAPw=";
    rev = "4747e6190899949bafd3391b3ba33b8e4c37219c";
    hash = "sha256-su1nWwLEUcJtf85U9ABXMHltWOBVqlrYsMLHqNebWUs=";
    fetchSubmodules = true;
  };