From 52e13941f4edb48ea3d9bd70b89e6e77305f393c Mon Sep 17 00:00:00 2001 From: Ryan Omasta Date: Sun, 3 Aug 2025 00:20:38 -0600 Subject: [PATCH] libretro.swanstation: 0-unstable-2025-05-26 -> 0-unstable-2025-08-02 --- pkgs/applications/emulators/libretro/cores/swanstation.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/swanstation.nix b/pkgs/applications/emulators/libretro/cores/swanstation.nix index 47d74a9bed5c..7bd2bdb8bd17 100644 --- a/pkgs/applications/emulators/libretro/cores/swanstation.nix +++ b/pkgs/applications/emulators/libretro/cores/swanstation.nix @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "swanstation"; - version = "0-unstable-2025-05-26"; + version = "0-unstable-2025-08-02"; src = fetchFromGitHub { owner = "libretro"; repo = "swanstation"; - rev = "05cee5f56c37eaa3a243e0906d2082b025598056"; - hash = "sha256-Cwf6hZKl+rE00C0rFq7VhTj3qG4rszQ+8qZQMZ+H7e8="; + rev = "4d309c05fd7bdc503d91d267bd542edb8d192b09"; + hash = "sha256-v51xgsyVtyipss0VWqMTI69MLTJ4Eb37hJfbQfid/0Q="; }; extraNativeBuildInputs = [ cmake ];