From 2d070238cbba3062f3101e677f228e3374eddc99 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 10 Jul 2025 09:45:10 +0000 Subject: [PATCH] libretro.mame: 0-unstable-2025-05-01 -> 0-unstable-2025-07-03 --- 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 7917b7c55312..8f2b55eb932c 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-05-01"; + version = "0-unstable-2025-07-03"; src = fetchFromGitHub { owner = "libretro"; repo = "mame"; - rev = "ee7155be0735e38f47c555a69217a2b77d6eca13"; - hash = "sha256-g/gl8NFwAAUb9csynpYsxd2WBzKv5kReWDtfOc+qTv4="; + rev = "fba50741006fa3e27e1897f589d2048a505b8fd6"; + hash = "sha256-hRaLnxmG3B8IxpiKdiZEEMfKxDOPZg5ew7gwdq08TPQ="; fetchSubmodules = true; };