Hi! I've found a regression that seemed to have appeared in 0.0.7-8934 build (previous build 0.0.7-8926 works fine). On the download page, this build is linked to this PR: https://github.com/RPCS3/rpcs3/pull/6790.
Basically, this regression made animations in the Netflix app running with Vulkan backend to have the same kind of graphical issues that OpenGL backend has.
Most notably it makes loading circle "wobble".
Here's a gif to demonstrate:

Here's how the animations used to look (this is with 0.0.7-8926 build):

Here's some information about my system and hardware:
Platform: Arch Linux
GPU: Nvidia GTX 1070
Graphics Driver: Proprietary Nvidia 440.26
Log: RPCS3.log.gz
Let me know if I forgot to mention anything or if there might be something else needed from me.
I'm pretty sure I know why it happens.
Since you're on linux, just apply https://github.com/kd-11/rpcs3/commit/cbc3b07003b477faf23118c97f359b84b0fc3b29 on master and report if it works or not.
@kd-11 is there any chance an appimage build could be made?
RPCS3 takes a really, really long time to compile for me unfortunately and I am currently doing some other resource intensive work :(
Nvm, forgot I had ccache installed. That fixed it!
Thanks for confirming.
Closing as fixed by https://github.com/RPCS3/rpcs3/pull/6890