libretro.mame: 0-unstable-2025-01-04 -> 0-unstable-2025-03-06

This commit is contained in:
R. Ryantm
2025-03-17 13:05:22 +00:00
parent a2a66180ba
commit e1dc3132ff
@@ -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;
};