From 91129dac068ebdf5afda91c3760fe2f9f7d8c2e6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 3 Jun 2025 16:34:34 +0000 Subject: [PATCH] libretro.swanstation: 0-unstable-2025-01-17 -> 0-unstable-2025-05-26 --- 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 3e8041379e41..47d74a9bed5c 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-01-17"; + version = "0-unstable-2025-05-26"; src = fetchFromGitHub { owner = "libretro"; repo = "swanstation"; - rev = "10af0c78ba0e3516e70f4ed7c6020827bdb2647e"; - hash = "sha256-xxyWvsDF3FXTaP7GOGr9Zym0DgNZKJ4x9BDUgDzcHYA="; + rev = "05cee5f56c37eaa3a243e0906d2082b025598056"; + hash = "sha256-Cwf6hZKl+rE00C0rFq7VhTj3qG4rszQ+8qZQMZ+H7e8="; }; extraNativeBuildInputs = [ cmake ];