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

libretro.flycast: 0-unstable-2025-06-06 -> 0-unstable-2025-06-20 (#418889)

parents 5147205d dd6b96f5
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-06-06";
  version = "0-unstable-2025-06-20";

  src = fetchFromGitHub {
    owner = "flyinghead";
    repo = "flycast";
    rev = "8f033723a1b3437c8e3c8b42a92331eebe53ed0b";
    hash = "sha256-RrWBN8RDAS7RcIOouU3x2Pv/RKrshrmmmCZCeXQ6upk=";
    rev = "449d256995de36de0629dd1b97f4d67a0e50c92e";
    hash = "sha256-7+Dn7+AUnd3+eEKRMuahaxiEMWTT1uUEP2y0ZgIs81Q=";
    fetchSubmodules = true;
  };