From 8783dd8fcf651d4521636c602aadb395949c93ed Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 10 Dec 2024 20:47:42 +0000 Subject: [PATCH] libretro.o2em: 0-unstable-2024-06-28 -> 0-unstable-2024-10-21 --- pkgs/applications/emulators/libretro/cores/o2em.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/o2em.nix b/pkgs/applications/emulators/libretro/cores/o2em.nix index e5deb54ea7dd..0af8242cee2f 100644 --- a/pkgs/applications/emulators/libretro/cores/o2em.nix +++ b/pkgs/applications/emulators/libretro/cores/o2em.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "o2em"; - version = "0-unstable-2024-06-28"; + version = "0-unstable-2024-10-21"; src = fetchFromGitHub { owner = "libretro"; repo = "libretro-o2em"; - rev = "c8f458d035392963823fbb50db0cec0033d9315f"; - hash = "sha256-riqMXm+3BG4Gz0wrmVFxtVhuMRtZHZqCViAupp/Q42U="; + rev = "3ba4231c1dc8dcdf487428712856b790d2e4b8f3"; + hash = "sha256-HhTkFm9Jte4wDPxTcXRgCg2tCfdQvo0M3nHRhlPmz/w="; }; makefile = "Makefile";