From a6c44bb0e59f6643a25d7cc332acb71e00789f41 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 24 Jul 2026 03:11:59 +0000 Subject: [PATCH] libretro.opera: 0-unstable-2026-07-13 -> 0-unstable-2026-07-23 --- pkgs/applications/emulators/libretro/cores/opera.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/opera.nix b/pkgs/applications/emulators/libretro/cores/opera.nix index 3f84f95bdedf..e1d168a73376 100644 --- a/pkgs/applications/emulators/libretro/cores/opera.nix +++ b/pkgs/applications/emulators/libretro/cores/opera.nix @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "opera"; - version = "0-unstable-2026-07-13"; + version = "0-unstable-2026-07-23"; src = fetchFromGitHub { owner = "libretro"; repo = "opera-libretro"; - rev = "1edda8a2a6c6b9ae259d5c7cd7d54dcba9ee7e32"; - hash = "sha256-dc7xRjFxfSL2q9u1N0QH2j+oPbRGng2Z3U3J484lXiU="; + rev = "74dd2a8c6319678ffce9f31bdf36279db5681762"; + hash = "sha256-NHXOfKItLkQJ0/jH1gLBpLFqOKBB8qgH5gMw7j1YoLw="; }; makefile = "Makefile";