From 741902a6158b644610dda0f55a7a7d559cab207c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 17 Dec 2025 03:45:19 +0000 Subject: [PATCH] libretro.mame2003: 0-unstable-2025-10-21 -> 0-unstable-2025-12-13 --- pkgs/applications/emulators/libretro/cores/mame2003.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame2003.nix b/pkgs/applications/emulators/libretro/cores/mame2003.nix index e20163bf9ff0..84c308dfde5f 100644 --- a/pkgs/applications/emulators/libretro/cores/mame2003.nix +++ b/pkgs/applications/emulators/libretro/cores/mame2003.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mame2003"; - version = "0-unstable-2025-10-21"; + version = "0-unstable-2025-12-13"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-libretro"; - rev = "3570605767a447c13b087a5946189bcbafe11e1d"; - hash = "sha256-BcPiNYEi6uE8aSpPDNgZ8vmzSnZJUparEM3CEdexbPo="; + rev = "6c32fa9fc005d7e924909c6ff4684da9abb00ceb"; + hash = "sha256-NPPwLruxafBUwKYy+DuLrTZa5QlbneWQSvCRN6ispdM="; }; # Fix build with GCC 14