From e6ffc12f345d70c8ff6e1f7072670a637fd59cb7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 4 Aug 2025 19:00:37 +0000 Subject: [PATCH] libretro.mame: 0-unstable-2025-07-12 -> 0-unstable-2025-08-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 1de6fec86a0a..e6758d63c089 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-07-12"; + version = "0-unstable-2025-08-03"; src = fetchFromGitHub { owner = "libretro"; repo = "mame"; - rev = "d6423328d57857c05ef3513999fe4ff4917db197"; - hash = "sha256-aKPyLszralaS6vIKv2RjJrVOJMIVXDx6W6cRAI6o2EM="; + rev = "9c05f5b1ed748394cc8ef83a77873c6c9ab9a6a5"; + hash = "sha256-b/Qwto3draMZOD7a6IHxQwQmaKf11v/r/sOS2oCrGVg="; fetchSubmodules = true; };