From e1dc3132ff275f54cbde82f4dd52025a5944f37b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 17 Mar 2025 13:05:22 +0000 Subject: [PATCH] libretro.mame: 0-unstable-2025-01-04 -> 0-unstable-2025-03-06 --- pkgs/applications/emulators/libretro/cores/mame.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame.nix b/pkgs/applications/emulators/libretro/cores/mame.nix index 26874d903694..82855f07f20f 100644 --- a/pkgs/applications/emulators/libretro/cores/mame.nix +++ b/pkgs/applications/emulators/libretro/cores/mame.nix @@ -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; };