From 45e926207eafbd888ed3eb70c44ad14d838210d6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 10 Dec 2024 21:05:25 +0000 Subject: [PATCH] libretro.fmsx: 0-unstable-2024-06-28 -> 0-unstable-2024-10-21 --- 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 ca320c9df653..09152627e8bc 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-06-28"; + version = "0-unstable-2024-10-21"; src = fetchFromGitHub { owner = "libretro"; repo = "fmsx-libretro"; - rev = "cf97a3c6da07d5f8e98c90c907ad987ffea432e0"; - hash = "sha256-mPgmt05XDnB+eIWtOpBfZ37Cz24VBei1lLLaYsJNeAA="; + rev = "9eb5f25df5397212a3e3088ca1a64db0740bbe5f"; + hash = "sha256-Pac1tQvPxYETU+fYU17moBHGfjNtzZiOsOms1uFQAmE="; }; makefile = "Makefile";