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

libretro.mame: 0-unstable-2025-07-03 -> 0-unstable-2025-07-12 (#426473)

parents 6d13e292 29ced933
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
mkLibretroCore {
  core = "mame";
  version = "0-unstable-2025-07-03";
  version = "0-unstable-2025-07-12";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "mame";
    rev = "fba50741006fa3e27e1897f589d2048a505b8fd6";
    hash = "sha256-hRaLnxmG3B8IxpiKdiZEEMfKxDOPZg5ew7gwdq08TPQ=";
    rev = "d6423328d57857c05ef3513999fe4ff4917db197";
    hash = "sha256-aKPyLszralaS6vIKv2RjJrVOJMIVXDx6W6cRAI6o2EM=";
    fetchSubmodules = true;
  };