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

libretro.mame: 0-unstable-2025-01-04 -> 0-unstable-2025-03-06 (#379677)

parents 759b1330 e1dc3132
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-01-04";
  version = "0-unstable-2025-03-06";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "mame";
    rev = "20db0f242e4e11a476b548dd57d2ef9cc3e84f03";
    hash = "sha256-+xShU96m+KCHrFleEy55fBD5vCM+hsYMqIvRZQtzsr8=";
    rev = "40edadab2e445bfda9d206def9508b43b11fb96a";
    hash = "sha256-TrDx77VCdtLuihwhlz+sYkUvegTxsG8eAn3h6KYO3z0=";
    fetchSubmodules = true;
  };