From 006979186438203f6a2c79307bc3c172d6a8d04c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 7 Aug 2025 09:06:00 +0000 Subject: [PATCH] libretro.fmsx: 0-unstable-2024-10-21 -> 0-unstable-2025-07-31 --- pkgs/applications/emulators/libretro/cores/fmsx.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/fmsx.nix b/pkgs/applications/emulators/libretro/cores/fmsx.nix index 09152627e8bc..dc072c5108a3 100644 --- a/pkgs/applications/emulators/libretro/cores/fmsx.nix +++ b/pkgs/applications/emulators/libretro/cores/fmsx.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "fmsx"; - version = "0-unstable-2024-10-21"; + version = "0-unstable-2025-07-31"; src = fetchFromGitHub { owner = "libretro"; repo = "fmsx-libretro"; - rev = "9eb5f25df5397212a3e3088ca1a64db0740bbe5f"; - hash = "sha256-Pac1tQvPxYETU+fYU17moBHGfjNtzZiOsOms1uFQAmE="; + rev = "fbe4dfc4c3e3f7eb27089def3d663a905b181845"; + hash = "sha256-1hZQO16SDB8n1wdTP67Kpns3izg/nPGl5M7wjFDBjGc="; }; makefile = "Makefile";