From 07d2dc42458d0d39a44c215595f7c9ec9b248389 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 30 Aug 2025 22:14:32 +0000 Subject: [PATCH] libretro.mame2003: 0-unstable-2025-05-16 -> 0-unstable-2025-08-26 --- 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 6c89c1a541e0..57cce733e2ec 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-05-16"; + version = "0-unstable-2025-08-26"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-libretro"; - rev = "c24237583afcadb1c3c1727532bd4a49ebc5eff1"; - hash = "sha256-zj1mNpfwYCUQAHAeg8+hVUOZ/xvIFhn65AeljjqI1Ss="; + rev = "dfddf4db86a3acd5997ce9419c7afd00ff6587a0"; + hash = "sha256-GJRawFdlHCfBRiErJJ3ZvZDF1gvYVkuQvKXV1qUCCRQ="; }; # Fix build with GCC 14