From f30fc8c81292b0567b0b74fa62bfbc0a92e2c94f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 10 Dec 2024 20:42:08 +0000 Subject: [PATCH] libretro.beetle-wswan: 0-unstable-2024-06-28 -> 0-unstable-2024-10-21 --- pkgs/applications/emulators/libretro/cores/beetle-wswan.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/beetle-wswan.nix b/pkgs/applications/emulators/libretro/cores/beetle-wswan.nix index 39b2afda52e9..ba88ac5735c9 100644 --- a/pkgs/applications/emulators/libretro/cores/beetle-wswan.nix +++ b/pkgs/applications/emulators/libretro/cores/beetle-wswan.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mednafen-wswan"; - version = "0-unstable-2024-06-28"; + version = "0-unstable-2024-10-21"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-wswan-libretro"; - rev = "440e9228592a3f603d7d09e8bee707b0163f545f"; - hash = "sha256-+98gCDBYeqUlFGzX83lwTGqSezLnzWRwapZCn4T37uE="; + rev = "2aeb47d3a58bf0360c686f842d9bb5bd201306fe"; + hash = "sha256-LrF9p5tPtUamVLC41bJxcYDKvHmhVfwMieyIAdHaGmU="; }; makefile = "Makefile";