From 4c3182142e555a645aa6a411a986022ef7abf93a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 5 Dec 2025 21:06:26 +0000 Subject: [PATCH] libretro.mame: 0-unstable-2025-11-01 -> 0-unstable-2025-11-30 --- 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 ae4f1ca10acf..289616f7eb00 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-11-01"; + version = "0-unstable-2025-11-30"; src = fetchFromGitHub { owner = "libretro"; repo = "mame"; - rev = "a90e86e100f79533f257ac2b30ccefe26a76daad"; - hash = "sha256-BD5DFl9EzSgnKBjF/TPXL8yvoyc3B1Ktzcwug8CEK38="; + rev = "872488e6f457edd449bc3eb7554ed1198abcaad8"; + hash = "sha256-K0+uHdd85F5QBPhbV5U438TwVKwNk1NHHBTt5r45EgI="; fetchSubmodules = true; };